0.0.3 • Published 12 months ago

@melio-ui/alert v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Alert

기본

<Alert.Root>
  <Alert.StatusIcon />
  <Alert.Content>This is an info alert</Alert.Content>
</Alert.Root>

타이틀

<Alert.Root>
  <Alert.StatusIcon />
  <Alert.Content>
    <div>information</div>
    <div>This is an info alert</div>
  </Alert.Content>
</Alert.Root>

아이콘

<Alert.Root>
  <CheckIcon />
  <Alert.Content>This is an custom icon alert</Alert.Content>
</Alert.Root>

<Alert.Root>
  <Alert.StatusIcon
    info={<CheckIcon />}
    success={<SuccessIcon />}
    warning={<WarningIcon />}
    error={<ErrorIcon />}
  />
  <Alert.Content>
    This is an custom icon alert by AlertStatusIcon
  </Alert.Content>
</Alert.Root>
0.0.3

12 months ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago