@platform-blocks/ui 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -44
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,44 +1 @@
|
|
|
1
|
-
|
|
2
|
-
<!-- markdownlint-disable-next-line -->
|
|
3
|
-
<p align="center">
|
|
4
|
-
<a href="https://platform-blocks.com/core/" rel="noopener" target="_blank"><img width="150" height="133" src="https://mui.com/static/logo.svg" alt="Platform Blocks logo"/></a>
|
|
5
|
-
</p>
|
|
6
|
-
|
|
7
|
-
<h1 align="center">Platform Blocks</h1>
|
|
8
|
-
|
|
9
|
-
<div align="center">
|
|
10
|
-
|
|
11
|
-
[](https://github.com/joshstovall/platform-blocks/blob/master/LICENSE)
|
|
12
|
-
[](https://www.npmjs.com/package/@mantine/core)
|
|
13
|
-
[](https://discord.gg/wbH82zuWMN)
|
|
14
|
-
|
|
15
|
-
</div>
|
|
16
|
-
|
|
17
|
-
[Platform Blocks](https://platform-blocks.com/material-ui/) is a comprehensive React Native UI library for building beautiful, accessible, and highly customizable mobile and web applications.
|
|
18
|
-
|
|
19
|
-
## Documentation
|
|
20
|
-
|
|
21
|
-
Get started in the [Platform Blocks documentation](https://platform-blocks.com/).
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
## Packages
|
|
25
|
-
|
|
26
|
-
- [`@platform-blocks/ui`](#) – core components library – 100+ components
|
|
27
|
-
- [`@platform-blocks/ui`](#) – 100+ icons for use in your applications
|
|
28
|
-
|
|
29
|
-
## Examples
|
|
30
|
-
|
|
31
|
-
Our documentation includes [example projects](#).
|
|
32
|
-
|
|
33
|
-
## Contributors
|
|
34
|
-
|
|
35
|
-
<a href="https://github.com/mantinedev/mantine/graphs/contributors">
|
|
36
|
-
<img src="https://contrib.rocks/image?repo=joshstovall/platform-blocks" />
|
|
37
|
-
</a>
|
|
38
|
-
|
|
39
|
-
[Become a contributor](https://platform-blocks.com/contribute)
|
|
40
|
-
|
|
41
|
-
## License
|
|
42
|
-
[](https://github.com/joshstovall/platform-blocks/blob/HEAD/LICENSE)
|
|
43
|
-
|
|
44
|
-
[MIT license](/LICENSE)
|
|
1
|
+
Platform Blocks UI Component Library for React Native
|