UNPKG

common-intellisense

Version:
48 lines (47 loc) 1.29 kB
{ "props": [ { "Attribute": "children", "Type": "`ReactNode` | `ReactNode[]`", "Description": "The buttons to display.", "Default": "-" }, { "Attribute": "variant", "Type": "`solid` | `bordered` | `light` | `flat` | `faded` | `shadow` | `ghost`", "Description": "The buttons appearance style.", "Default": "`solid`" }, { "Attribute": "color", "Type": "`default` | `primary` | `secondary` | `success` | `warning` | `danger`", "Description": "The buttons color theme.", "Default": "`default`" }, { "Attribute": "size", "Type": "`sm` | `md` | `lg`", "Description": "The buttons size.", "Default": "`md`" }, { "Attribute": "radius", "Type": "`none` | `sm` | `md` | `lg` | `full`", "Description": "The buttons border radius.", "Default": "`xl`" }, { "Attribute": "fullWidth", "Type": "`boolean`", "Description": "Whether the buttons should take the full width.", "Default": "`false`" }, { "Attribute": "isDisabled", "Type": "`boolean`", "Description": "Whether the buttons are disabled.", "Default": "`false`" } ], "link": "https://nextui.org/docs/components/button" }