Alurkerja v1.0.0@Beta

Base

test
Typescript
import { Tag } from 'alurkerja-ui'
export const TagPage = () => {
	return(
		<Tag>test</Tag>
	)
}