@movable/fluid
v2.1.9
Published
Fluid is Movable Ink's design framework for its apps.
Downloads
1,527
Maintainers
Keywords
Readme
fluid
Fluid is @movableink's design system. We use a combination of emberjs, and tailwind to build our design system. The TailwindCss config docs can be found at @movable/tailwind-config
Installation
This currently is an ember-addon
and should be installed as such:
ember install @movable/fluid
Local Development
Installation
- Ensure you have
volta
installed on your computer - Clone the repo
yarn install
Server
The documentation server can be run locally by running:
yarn storybook-dev
We use Storybook for all our documenation. The local server is accessible via http://localhost:9001
Testing
The tests can be run in an interactive browser
yarn test
Conventional Commits
This repo has conventional-commits We lint for this both pre-commit and on PR actions. It is required and will not pass without it.
Ex:
fix(percy): added percy snapshots for all component states
- active
- disabled
- focused