1.3.1 • Published 6 days ago

@flywheel-io/vision v1.3.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 days ago

Vision Component Library

NPM Version storybook badge gitlab badge figma badge slack badge jira badge

Vision is Flywheel's Design System with the goal of unifying the look and feel of all applications throughout Flywheel. This is a collection of scss styles and angular components for aiding and simplifying frontend work.

Installation

To use vision first install it from npm

$ npm install --save @flywheel-io/vision

Then you need to do some scss setup, in your global scss stylesheet add:

@use '@flywheel-io/vision' as vision;

@include vision.icons; // adds the icon font face and glyph classes
@include vision.colors; // defines the colors vision relies on

// optional inclusions
@include vision.mat-theme; // uses the vision angular material theme
@include vision.global-typography; // adds global styles for text elements

For more info on colors and theming check out the colors docs

And just like that, you're ready to use vision! 🥳

Using Components

To use the components, you just need to import their module into the module you're working in

import { FwAlertModule } from '@flywheel-io/vision';

@NgModule({
  imports: [
    FwAlertModule,
    ...anyOtherFwModulesYouMightNeed,
  ...

Then add it to your html

<fw-alert description="Look I'm an alert"></fw-alert>

For more details on using specific components, including their module name and selector, you can check out its docs page in the storybook

1.3.1

6 days ago

1.3.0

8 days ago

1.2.0

26 days ago

1.1.3

1 month ago

1.1.2

1 month ago

1.1.1

1 month ago

1.1.0

2 months ago

1.0.4

2 months ago

1.0.3

2 months ago

1.0.2

2 months ago

1.0.1

3 months ago

1.0.0

3 months ago

0.16.1

3 months ago

0.16.0

4 months ago

0.15.2

4 months ago

0.15.0

4 months ago

0.15.1

4 months ago

0.14.0

4 months ago

0.13.0

4 months ago

0.12.0

4 months ago

0.9.3

4 months ago

0.11.3

6 months ago

0.11.0

6 months ago

0.11.1

6 months ago

0.11.2

6 months ago

0.8.5

7 months ago

0.8.4

7 months ago

0.10.1

6 months ago

0.10.0

6 months ago

0.9.0

7 months ago

0.8.1

8 months ago

0.8.0

8 months ago

0.9.2

6 months ago

0.8.3

8 months ago

0.9.1

7 months ago

0.8.2

8 months ago

0.7.0

1 year ago

0.6.0

1 year ago

0.5.0

2 years ago

0.4.0

2 years ago

0.4.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.4

2 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago