Getting Started

Full install guide coming soon. In the meantime:

  1. Install: npm install @substrate/react-sections @substrate/react-app @substrate/react-core
  2. Import styles: @import '@substrate/react-sections/styles.css' in your root stylesheet
  3. Set theme attributes on your root element: data-brand="default" data-mode="light"
  4. Drop a section component into your page: <Hero1 {...Hero1Defaults} />