0.0.1 • Published 4 years ago

silver-ui v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

react-custom-components

Examples of reusable React components

Setup

The Typography in this design system depends on the availability of the following fonts:

  • Lora (serif)
  • Open Sans (sans-serif)

You can install them by adding the following code inside the <head> of your project's root index.html:

<link
  href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400;1,700&display=swap"
  rel="stylesheet"
/>

<link
  href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap"
  rel="stylesheet"
/>