@pixeen/text
Version:
Text component
56 lines (34 loc) • 1.69 kB
Markdown
<!-- ⚠️ This README has been generated from the file(s) "../../blueprint.md" ⚠️--><h1 align="center">@pixeen/text</h1>
<p align="center">
<a href="https://npmcharts.com/compare/@pixeen/reset?minimal=true"><img alt="Downloads per month" src="https://img.shields.io/npm/dm/@pixeen/reset.svg" height="20"/></a>
<a href="https://www.npmjs.com/package/@pixeen/reset"><img alt="NPM Version" src="https://img.shields.io/npm/v/@pixeen/reset.svg" height="20"/></a>
<a href="https://david-dm.org/pixeen/ui"><img alt="Dependencies" src="https://img.shields.io/david/pixeen/ui.svg" height="20"/></a>
<a href="https://github.com/pixeen/ui/graphs/contributors"><img alt="Contributors" src="https://img.shields.io/github/contributors/pixeen/ui.svg" height="20"/></a>
</p>
<p align="center">
<b>Text component</b></br>
<sub><sub>
</p>
<br />
[](#usage)
## ➤ Usage
```html
<Text>Hello</Text>
```
[](#getting-started)
## ➤ Getting Started
### Install Component
```bash
yarn add @pixeen/text goober
```
### Import in your project
```typescript jsx
import { setup } from 'goober';
```
### Setup the component
```typescript jsx
setup(React.createElement);
```
[](#license)
## ➤ License
Licensed under [MIT](https://opensource.org/licenses/MIT).