0.12.0 • Published 2 years ago

@frigobar/core v0.12.0

Weekly downloads
25
License
MIT
Repository
github
Last release
2 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

2 years ago

0.10.0

2 years ago

0.11.0

2 years ago

0.11.1

2 years ago

0.11.2

2 years ago

0.9.2

3 years ago

0.9.1

3 years ago

0.9.0

3 years ago

0.8.1

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.1

4 years ago

0.5.0

4 years ago

0.6.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago