Blueprint is a React-based UI toolkit for the web.
It is optimized for building complex, data-dense web interfaces for desktop applications. If you rely heavily on mobile interactions and are looking for a mobile-first UI toolkit, this may not be for you.
Read the introductory blog post ▸
Support question? We use the blueprintjs tag on Stack Overflow ▸
This repository contains multiple projects in the packages/
directory that are distributed as separate packages on NPM:
– Components for interacting with dates and times.
– Documentation theme for Documentalist data.
– Scalable interactive table component.
The other packages (site-docs
and site-landing
) are not published to NPM as they are used to build the documentation site.
We use Lerna to manage inter-package dependencies in this monorepo. Builds are orchestrated via Gulp tasks.
Prerequisites: Node.js v6+, Yarn v0.28+
git clone
this repository (or fork if you lack permissions).yarn
to install dependencies at the root of the repo.yarn bootstrap
to install package dependencies install and symlink them using Lerna.yarn gulp
to compile and start the server and watcher.- Open your browser to localhost:9000/packages/site-docs/dist/.
yarn add <package-name>
oryarn upgrade <package-name>
.- Commit the result.
- Update the relevant
package.json
file. Make sure to retain the^
semver range. - Run
yarn bootstrap
and commit the result.
Looking for places to contribute to the codebase? Check out the Status: accepting PRs label.
Read about our contribution guidelines and development practices to give your PR its best chance at getting merged.
This project is made available under the BSD License.