Introduction
Axis is a theme-based component library that is fully responsive and extensible.
Installation
Use npm or yarn:
Axis supports SSR by default, no configuration needed
Use ThemeProvider to wrapper all of the styled-components to provide the theme as prop:
app.js
Providing your theme is optional but it is highly recommended to extend the default theme as per your style
Use styled-components in your pages
Last updated