List components #31

Open
stne3960 wants to merge 57 commits from list_item into main
Showing only changes of commit 2f9dbc08aa - Show all commits

View File

@ -110,6 +110,14 @@ export default function ComponentLibrary() {
</div>
</section>
<section className="mt-lg">
<h2 className="mb-md">Text Input With/Without Placeholder</h2>
<div className="flex flex-wrap items-center gap-md">
<TextInput placeholder="Placeholder" />
<TextInput />
</div>
</section>
<section className="mt-lg">
<h2 className="mb-md">Text Input Width Options</h2>
<div className="flex flex-col gap-md">