UNPKG

react-tailwind-component-library

Version:
4 lines 1.02 kB
export declare const bannerVariant = "\nBy changing the `variant` prop you can use different styles of the banner.\n\n| variant | Description |\n|----------|-------------|\n| `default` | default banner |\n| `success` | success banner, useful for showing successful transition |\n| `danger` | danger banner, can be used for showing errors |\n| `warning` | warning banner, used for showing important warnings |\n| `info` | info banner, for showing any important information |\n| `brand` | brand induced banner |\n| `dark` | dark banner |\n"; export declare const bannerSize = "\nBy changing the `size` prop you can use different sizes of the banner.\n\n| size | Description |\n|----------|-------------|\n| `default` | default banner size |\n| `compact` | compact banner size with reduced paddings |\n"; export declare const bannerRounded = "\nWhen a banner is rounded, it will have slightly rounded corners.\n\nThis can be achieved by passing `rounded` prop to the Banner.\n"; //# sourceMappingURL=markdowns.d.ts.map