Components Test
code
Example Test :
<button data-testid="button-native-disabled" type="submit" disabled>
Button Native Disabled
</button>Example Test :
test('Test toBeDisabled', () => {
render(<Native />)
const button = screen.getByTestId('button-native-disabled')
expect(button).toBeDisabled()
})avatar
progress
spinner
snippet
statusindicator
textarea
radio
checkbox
select
input
inputpassword
button
buttonoutline
alert
alertoutline
badge
BadgeBadge PillsBadge Largebadgeoutline
Badge OutlineBadge Outline PillsBadge Outline Largeheading
Heading
kbd
Ctrllabel
note
text
Text
divider
card
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book
container
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book
section
Section Title
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book
1