Package Imports
Import choices for controlling browser CSS while keeping one npm package.
Package Name
@seventh-ui/css
Install From Seventh Registry
npm config set @seventh-ui:registry https://npm.seventh.com.br/
npm install @seventh-ui/css
Runtime Packages
npm install @seventh-ui/css
# Planned sibling packages
npm install @seventh-ui/jsvanilla
npm install @seventh-ui/react
npm install @seventh-ui/vuejs
npm install @seventh-ui/angular
Full Import
import "@seventh-ui/css";
Granular CSS
import "@seventh-ui/css/core.css";
import "@seventh-ui/css/layout.css";
import "@seventh-ui/css/components/button.css";
import "@seventh-ui/css/components/input.css";
Icon Categories
import "@seventh-ui/css/icons/user.css";
import "@seventh-ui/css/icons/access.css";
Raw Assets
import userOutline from "@seventh-ui/css/icons/svg/user/user-outline.svg";
import warningTriangle from "@seventh-ui/css/illustrations/svg/warning-triangle-outline.svg";
Install Size vs Browser Delivery
import "@seventh-ui/css/core.css";
import "@seventh-ui/css/components/button.css";