You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-24Lines changed: 23 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,6 @@ Blueprint is a React-based UI toolkit for the web.
6
6
7
7
It is optimized for building complex, data-dense web interfaces for _desktop applications_ which run in modern browsers and IE11. This is not a mobile-first UI toolkit.
8
8
9
-
10
9
[**Read the introductory blog post ▸**](https://medium.com/@palantir/scaling-product-design-with-blueprint-25492827bb4a)
11
10
12
11
[**View the full documentation ▸**](http://blueprintjs.com/docs)
@@ -33,36 +32,36 @@ This repository contains multiple projects in the `packages/` directory that fal
33
32
34
33
These are the component libraries we publish to NPM.
-[](https://www.npmjs.com/package/@blueprintjs/datetime)– Components for interacting with dates and times.
38
-
-[](https://www.npmjs.com/package/@blueprintjs/icons)– Components for generating and displaying icons.
39
-
-[](https://www.npmjs.com/package/@blueprintjs/select)– Components for selecting items from a list.
-[](https://www.npmjs.com/package/@blueprintjs/timezone)– Components for picking timezones.
-[](https://www.npmjs.com/package/@blueprintjs/datetime)– Components for interacting with dates and times.
37
+
-[](https://www.npmjs.com/package/@blueprintjs/icons)– Components for generating and displaying icons.
38
+
-[](https://www.npmjs.com/package/@blueprintjs/select)– Components for selecting items from a list.
-[](https://www.npmjs.com/package/@blueprintjs/timezone)– Components for picking timezones.
42
41
43
42
### Applications
44
43
45
44
These are hosted on GitHub Pages as static web applications:
46
45
47
-
-`docs-app`– Documentation site at blueprintjs.com/docs
48
-
-`landing-app`– Landing page at blueprintjs.com
46
+
-`docs-app`– Documentation site at blueprintjs.com/docs
47
+
-`landing-app`– Landing page at blueprintjs.com
49
48
50
49
These are used as development playground environments:
51
50
52
-
-`table-dev-app`– demo page that supports manual testing of all table features
51
+
-`table-dev-app`– demo page that supports manual testing of all table features
53
52
54
53
### Build tooling
55
54
56
55
These packages define development dependencies and contain build configuration. They adhere to the standard NPM package layout, which allows us to keep clear API boundaries for build configuration and isolate groups of `devDependencies`. They are published to NPM in order to allow other Blueprint-related projects to use this infrastructure outside this monorepo.
57
56
58
-
-[](https://www.npmjs.com/package/@blueprintjs/docs-theme)– Documentation theme for [Documentalist](https://github.com/palantir/documentalist) data.
59
-
-[](https://www.npmjs.com/package/@blueprintjs/eslint-config)– ESLint configuration used in this repo and recommended for Blueprint-related projects
60
-
-[](https://www.npmjs.com/package/@blueprintjs/eslint-plugin-blueprint)– implementations for custom ESLint rules which enforce best practices for Blueprint usage
-[](https://www.npmjs.com/package/@blueprintjs/node-build-scripts)– various utility scripts for linting, working with CSS variables, and building icons
63
-
-[](https://www.npmjs.com/package/@blueprintjs/test-commons)– various utility functions used in Blueprint test suites
64
-
-[](https://www.npmjs.com/package/@blueprintjs/tslint-config)– TSLint configuration used in this repo and recommended for Blueprint-related projects (should be installed by `@blueprintjs/eslint-config`, not directly)
-[](https://www.npmjs.com/package/@blueprintjs/docs-theme)– Documentation theme for [Documentalist](https://github.com/palantir/documentalist) data.
58
+
-[](https://www.npmjs.com/package/@blueprintjs/eslint-config)– ESLint configuration used in this repo and recommended for Blueprint-related projects
59
+
-[](https://www.npmjs.com/package/@blueprintjs/eslint-plugin)– implementations for custom ESLint rules which enforce best practices for Blueprint usage
-[](https://www.npmjs.com/package/@blueprintjs/node-build-scripts)– various utility scripts for linting, working with CSS variables, and building icons
62
+
-[](https://www.npmjs.com/package/@blueprintjs/test-commons)– various utility functions used in Blueprint test suites
63
+
-[](https://www.npmjs.com/package/@blueprintjs/tslint-config)– TSLint configuration used in this repo and recommended for Blueprint-related projects (should be installed by `@blueprintjs/eslint-config`, not directly)
0 commit comments