0.12.0 • Published 3 years ago

@frigobar/core v0.12.0

Weekly downloads
25
License
MIT
Repository
github
Last release
3 years ago

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'));
0.12.0

3 years ago

0.10.0

4 years ago

0.11.0

3 years ago

0.11.1

3 years ago

0.11.2

3 years ago

0.9.2

4 years ago

0.9.1

4 years ago

0.9.0

4 years ago

0.8.1

4 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.1

5 years ago

0.5.0

5 years ago

0.6.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago