<.text_input
bordered
class="w-full max-w-xs"
color="primary"
placeholder="Type here"
type="text"
/>
<.text_input
bordered
class="w-full max-w-xs"
color="secondary"
placeholder="Type here"
type="text"
/>
<.text_input
bordered
class="w-full max-w-xs"
color="accent"
placeholder="Type here"
type="text"
/>
<.text_input
bordered
class="w-full max-w-xs"
color="info"
placeholder="Type here"
type="text"
/>
<.text_input
bordered
class="w-full max-w-xs"
color="success"
placeholder="Type here"
type="text"
/>
<.text_input
bordered
class="w-full max-w-xs"
color="warning"
placeholder="Type here"
type="text"
/>
<.text_input
bordered
class="w-full max-w-xs"
color="error"
placeholder="Type here"
type="text"
/>