Socket
Book a DemoInstallSign in
Socket

@movable/fluid

Package Overview
Dependencies
Maintainers
14
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@movable/fluid

Fluid is Movable Ink's design framework for its apps.

latest
Source
npmnpm
Version
2.3.1
Version published
Maintainers
14
Created
Source

fluid CI Percy Conventional Commits

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

Keywords

ember-addon

FAQs

Package last updated on 06 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts