@arnat/styled-ui

The UI components created with styled-components

Usage no npm install needed!

<script type="module">
  import arnatStyledUi from 'https://cdn.skypack.dev/@arnat/styled-ui';
</script>

README

styled-bootstrap-components

npm Travis branch Codecov branch storybook lerna

Modular approach to use bootstrap components for quick prototypes, as an entrypoint of the component library.

Usage

// whatever components you need
import { Button } from '@arnat/styled-bootstrap';

export const myComponent = props => <Button>Hello, World!</Button>;

Components

For detailed information take a look at the documentation.