1.0.19 • Published 4 years ago

styple-ui v1.0.19

Weekly downloads
58
License
MIT
Repository
github
Last release
4 years ago

This is the core package including all the base components as well as the default theme and default GlobalStyles.

Getting started

Install library using npm:

npm i styple-ui styled-components styled-system @styled-system/theme-get @styled-system/should-forward-prop

Usage:

import { ThemeProvider } from 'styled-components';
import { defaultTheme, DefaultGlobalStyles } from 'styple-ui';

// Wrap ThemeProvider with a theme (using styple-ui default here) at the root of the site and optionally include styple-ui's default GlobalStyles or include your own
<ThemeProvider theme={defaultTheme}>
  <DefaultGlobalStyles />
  {children}
</ThemeProvider>;

Documentation will soon be available here.

Feel free to help me make this better by contributing!

Made by Mikkel Bengtsen

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago