0.1.1-alpha.1 • Published 4 years ago

@fedlinker/react-bootstrap v0.1.1-alpha.1

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

react-bootstrap

React components based on Bootstrap.

Install

# npm
npm install @fedlinker/react-bootstrap

# yarn
yarn add @fedlinker/react-bootstrap

Contribution

Components

The components developed path is /src/components.

All the components are built with these dependencies below:

  • @emotion/core: css-in-js library.
  • styled-system: support theme function with emotion.
  • polished: color transformer.
  • @fedlinker/font-awesome: react components of font-awesome icons.

Documentations

  • Documents are built with docz.
  • This project uses the custom components in /src/gatsby-theme-docz.

if you want to add document for your component, add docs folder in your component directory and add .mdx file in this folder.

Changelog