Skip to content

vollowx/see

Repository files navigation

SEE

SEE stands for Standard Extensible Elements, which is a web components library that can be styled and extended freely, while pre-providing components in Material 3 design guideline.

Resources

Compatibility

  • Chromium >= 125.0.6415.0
  • Firefox >= 126.0a1

Quick Start

npm install @vollowx/see
// import all components
import '@vollowx/see'
// or import a specific component
import '@vollowx/see/m3/button'
// or import component class
import { M3Button } from '@vollowx/see/m3/button'
<md-button variant="outlined">Outlined Button</md-button>

Note that CSS variables for Material You systems are not included in the npm package nor the source code yet. You may copy them from the docs or dev folders for now.