Socket
Socket
Sign inDemoInstall

@f-design/component-library

Package Overview
Dependencies
426
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @f-design/component-library

A component library built and maintained by Featherweight Design


Version published
Maintainers
1
Created

Readme

Source

Component Library

Featherweight Design Component Library

A component library built for and maintained by Featherweight Design in an effort to standardize and expedite the design and development process.

View the published library

Installation

Clone the repository:

git clone git@github.com:featherweight-design/component-library.git

Enter the directory and install all dependencies:

cd component library
yarn install

Usage

To run the component library's Storybook:

yarn storybook

To install the component library as a dependency:

yarn add @f-design/component-library

npm install @f-design/component-library

To override style variables in your project, add the below @import to your main.scss or equivalent file:

// variables.scss
$brand-color: #8155A5;
$brand-hover: #764E96;
$brand-active: #6A4688;

// main.scss
@import './variables';
@import './mixins';

@import '~@f-design/component-library/dist/scss/components/all.scss';

Contributing

See our CONTRIBUTING.md

LICENSE

MIT

FAQs

Last updated on 01 Dec 2021

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc