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
# Install the selected runtime or framework package according to its own docs.
Browser Bundle Order
<link rel="stylesheet" href="<public path to @seventh-ui/css/dist/seventh-ui.css>">
<!-- Render normal Seventh UI markup here. -->
<script defer src="<public path to the selected runtime bundle>"></script>
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";