mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
feat: Author Datetime bug: CheckboxCommon
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
import { CarouselCommon, LabelCommon, Layout, QuanittyInput,CheckboxCommon } from 'src/components/common'
|
||||
|
||||
import { CarouselCommon, LabelCommon, Layout, QuanittyInput,CheckboxCommon ,Author,DateTime} from 'src/components/common'
|
||||
import imgAuthor from '../src/components/common/Author/img/author.png';
|
||||
const dataTest = [{
|
||||
text: 1
|
||||
}, {
|
||||
@@ -18,8 +18,9 @@ const test = (props: { text: string }) => <div className="h-64 bg-yellow-300">{p
|
||||
export default function Home() {
|
||||
return (
|
||||
<>
|
||||
|
||||
<CheckboxCommon defaultChecked={true}></CheckboxCommon>
|
||||
<Author image={imgAuthor} name="Alessandro Del Piero"></Author>
|
||||
<DateTime date="april 30,2021"></DateTime>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user