@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.
Files changed (2) hide show
  1. package/README.md +1 -44
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,44 +1 @@
1
- <!-- #host-reference -->
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
- [![NPM](https://img.shields.io/npm/l/@mantine/core)](https://github.com/joshstovall/platform-blocks/blob/master/LICENSE)
12
- [![npm](https://img.shields.io/npm/v/platform-blocks)](https://www.npmjs.com/package/@mantine/core)
13
- [![Discord](https://img.shields.io/badge/Chat%20on-Discord-%235865f2)](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
- [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/joshstovall/platform-blocks/blob/HEAD/LICENSE)
43
-
44
- [MIT license](/LICENSE)
1
+ Platform Blocks UI Component Library for React Native
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platform-blocks/ui",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "A React Native UI library",
5
5
  "type": "module",
6
6
  "main": "lib/cjs/index.js",