Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. Dropdown: The wrapper that provides state, context and focus management. Dropdown.Trigger: Used to wrap the reference (or trigger) element. Dropdown.Button: A NextUI Button component used as the trigger (includes a chevron icon). Dropdown.Menu: The wrapper for the items. Must be a direct child of Dropdown.

  2. Slots. base: The main slot for the navbar.It takes the full width of the parent and wraps the navbar elements including the menu. wrapper: The slot that contains the navbar elements such as brand, content and toggle.; brand: The slot for the NavbarBrand component.; content: The slot for the NavbarContent component.; item: The slot for the NavbarItem component. ...

  3. 20 de sept. de 2023 · NextUI is a fully-featured React UI library for building accessible UI in React. It is built on top of React Aria and Tailwind CSS. It uses Framer motion internally for animating some of the built-in components. You can use NextUI in a vanilla React project or React frameworks like Next.js and refine.

  4. www.npmjs.com › package › @nextui-org@nextui-org/react - npm

    🚀 Beautiful and modern React UI library.. Latest version: 2.4.2, last published: 6 days ago. Start using @nextui-org/react in your project by running `npm i @nextui-org/react`. There are 130 other projects in the npm registry using @nextui-org/react.

  5. Attribute Type Accepted values Description Default; size: NormalSizes: NormalSizes: Loading size: medium: color: LoadingColors: LoadingColors: Change loading color

  6. Data Attributes. Popover has the following attributes on the PopoverContent element:. data-open: When the popover is open.Based on popover state. data-placement: The placement of the popover.Based on placement prop. The arrow element is positioned based on this attribute. data-focus: When the popover is being focused.Based on useFocusRing.; data-focus-visible: When the popover is being focused ...

  7. A theme, in the context of NextUI, is a predefined set of colors, layout attributes, and other UI elements that you can consistently apply across your application. Themes ensure visual consistency, enrich the user experience, and simplify the management and updates of your app's look and feel. The first step to using NextUI's theming capability ...