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 Imports
import "@seventh-ui/css/icons/user.css";
import "@seventh-ui/css/icons/access.css";
import "@seventh-ui/css/icons/base.css";
import "@seventh-ui/css/icons/individual/file-system-asterisk-failed.css";
import ptBrFlag from "@seventh-ui/css/icons-colored/svg/languages/languages-pt-br-square.svg";
import seventhLogo from "@seventh-ui/css/icons-colored/svg/brand/brand-seventh-logo.svg";
import "@seventh-ui/css/icons-colored/base.css";
import "@seventh-ui/css/icons-colored/brand.css";
import "@seventh-ui/css/icons-colored/languages.css";
Raw Assets
import userOutline from "@seventh-ui/css/icons/svg/user/user-outline.svg";
import ptBrFlag from "@seventh-ui/css/icons-colored/svg/languages/languages-pt-br-square.svg";
import seventhLogo from "@seventh-ui/css/icons-colored/svg/brand/brand-seventh-logo.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";