@appenin/falco-ui

@appenin/falco-ui component library

Usage no npm install needed!

<script type="module">
  import appeninFalcoUi from 'https://cdn.skypack.dev/@appenin/falco-ui';
</script>

README

falco-ui

Getting started

Installation

yarn install --frozen-lockfile

Run Storybook

yarn start

Launch tests

yarn test
#yarn test:watch
#yarn test:no-coverage

Launch linter

yarn lint
#yarn lint:fix
#yarn format

Dependencies

"dependencies": {
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "styled-components": "^5.2.1",
    "twin.macro": "^2.0.4"
}