Skip to content

Commit 4a16976

Browse files
committed
v0.8.1
1 parent 2e8c3bb commit 4a16976

22 files changed

Lines changed: 1436 additions & 265 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
See all versions and their changes on the [releases page](https://github.com/joshstovall/platform-blocks/releases).
44

5+
- [0.8.1](changelog/0.8.1.md)
56
- [0.8.0](changelog/0.8.0.md)
67
- [0.7.1](changelog/0.7.1.md)
78
- [0.7.0](changelog/0.7.0.md)

README.md

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,47 @@
77
<div align="center">
88

99
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/joshstovall/platform-blocks/blob/HEAD/LICENSE)
10-
[![npm](https://img.shields.io/npm/v/platform-blocks)](https://www.npmjs.com/package/@platform-blocks/ui)
1110
[![Discord](https://img.shields.io/badge/Chat%20on-Discord-%235865f2)](https://discord.gg/kbHjwzgXbc)
1211
[![X](https://img.shields.io/badge/Follow-%40platform__blocks-000000?logo=x&logoColor=white)](https://x.com/platform_blocks)
1312

1413
</div>
1514

1615
[Platform Blocks](https://platform-blocks.com/) is a React Native UI component library for building intuitive, accessible, and highly customizable mobile and web applications.
1716

18-
## Documentation
17+
## Packages
1918

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 | [![npm](https://img.shields.io/npm/v/@platform-blocks/ui)](https://www.npmjs.com/package/@platform-blocks/ui) |
22+
| [`@platform-blocks/charts`](./packages/charts) | 25 data visualization chart types with animations and interactions | [![npm](https://img.shields.io/npm/v/@platform-blocks/charts)](https://www.npmjs.com/package/@platform-blocks/charts) |
2123

2224
## Installation
2325

24-
[`@platform-blocks/ui`](http://npmjs.com/package/@platform-blocks/ui) (core component library)
25-
2626
```sh
2727
npm i @platform-blocks/ui
28+
npm i @platform-blocks/charts
2829
```
2930

30-
[`@platform-blocks/charts`](http://npmjs.com/package/@platform-blocks/charts) (data visualization library)
31+
## Key features
3132

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
3540

36-
## Examples
41+
## Documentation
42+
43+
Full documentation and examples are available at [platform-blocks.com](https://platform-blocks.com).
3744

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
3951

4052
## Contributing
4153

0 commit comments

Comments
 (0)