Getting Started
Full install guide coming soon. In the meantime:
- Install:
npm install @substrate/react-sections @substrate/react-app @substrate/react-core - Import styles:
@import '@substrate/react-sections/styles.css'in your root stylesheet - Set theme attributes on your root element:
data-brand="default" data-mode="light" - Drop a section component into your page:
<Hero1 {...Hero1Defaults} />