Skip to content

RC Components is a library of HTML/CSS components based on the RC style

License

Notifications You must be signed in to change notification settings

RiskChallenger/rc-components

 
 

Repository files navigation

RC Components

Forked from Open Components

Open Components at https://riskchallenger.github.io/open-components/

Installation

npm i @riskchallenger/rc-components

Import main.css in your application, here are some options depending on your bundler:

  • @import "@riskchallenger/rc-components/main.css";
  • @import "npm:@riskchallenger/rc-components/main.css";
  • @import "/node_modules/@riskchallenger/rc-components/main.css";

That's it 😄

About

RC Components is a library of HTML/CSS components based on the RC style

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Other 0.4%