Socket
Socket
Sign inDemoInstall

@f-design/component-library

Package Overview
Dependencies
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

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
Weekly downloads
3
decreased by-98.15%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 01 Dec 2021

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc