Design systems
Distribution and consumption
import { Button, Input } from "my-ds";import { Button } from "my-ds/button";
import { Input } from "my-ds/input";What are the benefits of this type of distribution?
Recommended file structure for webcomponents
Last updated
Was this helpful?
