-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Matt Layton edited this page May 10, 2021
·
12 revisions
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
Any additional dependencies are listed for specific components.
- https://www.w3.org/TR/wai-aria-1.1
- https://www.w3.org/TR/2019/NOTE-wai-aria-practices-1.1-20190814/examples
- https://www.w3.org/TR/2019/NOTE-wai-aria-practices-1.1-20190814/examples/landmarks
- https://inclusive-components.design
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.