@frigobar/core
TypeScript icon, indicating that this package has built-in type declarations

0.12.0 • Public • Published

Build Status Commitizen Friendly All Contributors StyledComponents

Install

You can install Frigobar using either of the methods below.

For npm users:

npm install @frigobar/core styled-components --save

For Yarn users:

yarn add @frigobar/core styled-components

Usage

It's very easy to start using frigobar in your react application:

import React from 'react';
import ReactDOM from 'react-dom';
import { ThemeProvider } from 'styled-components';
import { theme, Button } from '@frigobar/core';

function App() {
  return (
    <ThemeProvider theme={theme}>
      <Button>Button</Button>
    </ThemeProvider>
  );
}

ReactDOM.render(<App />, document.getElementById('root'));

Package Sidebar

Install

npm i @frigobar/core

Weekly Downloads

2

Version

0.12.0

License

MIT

Unpacked Size

134 kB

Total Files

99

Last publish

Collaborators

  • allyssonsantos