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

1.2.4 • Public • Published

@platformbuilders/fluid-react

Build Status npm MIT

Welcome to the @platformbuilders/elements 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!

Storybook

https://fluid-react.web.app

How can i use the library?

Here's how you add our dependencie to your project @platformbuilders/elements

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

const theme: ThemeType = { ... };

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

Package Sidebar

Install

npm i @platformbuilders/fluid-react

Weekly Downloads

181

Version

1.2.4

License

MIT

Unpacked Size

1.19 MB

Total Files

166

Last publish

Collaborators

  • luancteixeira
  • dev-builders