@platformbuilders/react-ui
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

@platformbuilders/react-ui

Build Status npm MIT

Welcome to the @platformbuilders/react-ui package here you will find out all of our components shared with the community

Whats the idea of this repository

Its a place that we can share a little bit of our code base and show how we work on our projects with our components!

How can i use the library?

Here's how you add our dependencie to your project @platformbuilders/react-ui

  1. depend on it:
yarn add @platformbuilders/react-ui
  1. import the ThemeProvider from styled-components and provide the Theme following the ThemeType definition.
import { ThemeProvider } from 'styled-components';
import { ThemeType } from '@platformbuilders/react-ui';

const theme: ThemeType = { ... };

<ThemeProvider theme={theme}>
  <App />
</ThemeProvider>
  1. use it
import { Button } from '@platformbuilders/react-ui';

Package Sidebar

Install

npm i @platformbuilders/react-ui

Weekly Downloads

5

Version

0.1.0

License

MIT

Unpacked Size

96.4 kB

Total Files

126

Last publish

Collaborators

  • luancteixeira
  • dev-builders