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.
- Chromium
>= 125.0.6415.0 - Firefox
>= 126.0a1
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.