|
7 | 7 | <div align="center"> |
8 | 8 |
|
9 | 9 | [](https://github.com/joshstovall/platform-blocks/blob/HEAD/LICENSE) |
10 | | -[](https://www.npmjs.com/package/@platform-blocks/ui) |
11 | 10 | [](https://discord.gg/kbHjwzgXbc) |
12 | 11 | [](https://x.com/platform_blocks) |
13 | 12 |
|
14 | 13 | </div> |
15 | 14 |
|
16 | 15 | [Platform Blocks](https://platform-blocks.com/) is a React Native UI component library for building intuitive, accessible, and highly customizable mobile and web applications. |
17 | 16 |
|
18 | | -## Documentation |
| 17 | +## Packages |
19 | 18 |
|
20 | | -Full documentation and examples are available at [platform-blocks.com](https://platform-blocks.com). |
| 19 | +| Package | Description | Version | |
| 20 | +| --- | --- | --- | |
| 21 | +| [`@platform-blocks/ui`](./packages/ui) | 80+ UI components — inputs, navigation, overlays, media, theming, and more | [](https://www.npmjs.com/package/@platform-blocks/ui) | |
| 22 | +| [`@platform-blocks/charts`](./packages/charts) | 25 data visualization chart types with animations and interactions | [](https://www.npmjs.com/package/@platform-blocks/charts) | |
21 | 23 |
|
22 | 24 | ## Installation |
23 | 25 |
|
24 | | -[`@platform-blocks/ui`](http://npmjs.com/package/@platform-blocks/ui) (core component library) |
25 | | - |
26 | 26 | ```sh |
27 | 27 | npm i @platform-blocks/ui |
| 28 | +npm i @platform-blocks/charts |
28 | 29 | ``` |
29 | 30 |
|
30 | | -[`@platform-blocks/charts`](http://npmjs.com/package/@platform-blocks/charts) (data visualization library) |
| 31 | +## Key features |
31 | 32 |
|
32 | | -```sh |
33 | | -npm i @platform-blocks/charts |
34 | | -``` |
| 33 | +- **Cross-platform** — iOS, Android, and Web from a single codebase |
| 34 | +- **80+ components** — Comprehensive set of UI primitives and complex widgets |
| 35 | +- **25 chart types** — Bar, Line, Area, Pie, Scatter, Radar, Heatmap, and more |
| 36 | +- **Themeable** — Built-in light/dark themes with full customization support |
| 37 | +- **Accessible** — Screen reader, keyboard navigation, and RTL support |
| 38 | +- **Animated** — Smooth transitions powered by `react-native-reanimated` |
| 39 | +- **Tree-shakeable** — Optimized ESM and CJS builds |
35 | 40 |
|
36 | | -## Examples |
| 41 | +## Documentation |
| 42 | + |
| 43 | +Full documentation and examples are available at [platform-blocks.com](https://platform-blocks.com). |
37 | 44 |
|
38 | | -Our documentation site includes [interactive examples](https://platform-blocks.com/examples) for inspiration and [components gallery](https://platform-blocks.com/components) to explore all available components. |
| 45 | +- [Getting started](https://platform-blocks.com/getting-started) |
| 46 | +- [Component gallery](https://platform-blocks.com/components) |
| 47 | +- [Interactive examples](https://platform-blocks.com/examples) |
| 48 | +- [Theming](https://platform-blocks.com/theming) |
| 49 | +- [Accessibility](https://platform-blocks.com/accessibility) |
| 50 | +- [llms.txt](https://platform-blocks.com/llms.txt) — Full API reference for LLMs and AI assistants |
39 | 51 |
|
40 | 52 | ## Contributing |
41 | 53 |
|
|
0 commit comments