Skip to content
Matt Layton edited this page May 10, 2021 · 12 revisions

Motivation

There's no one-size-fits-all component library and you'll notice falconx/components isn't a package you can depend on.

falconx/components is intended to act as a framework which you can copy and modify to meet the requirements of your project.

  • CSS is minimal — it's your job to personalise components
  • SSR (server-side rendering) compatible
  • Accessible

Common Dependencies

Any additional dependencies are listed for specific components.

Useful Accessibility Resources

Theme Specification

Some components, for example Box and Spacer, depend on styled system — in order to override the default styles and scales that these implement, you'll want to familiarise yourself with their Theme Specification.

Clone this wiki locally