The React Toolbar component is shipped with several built-in themes: Material, Bootstrap, Fabric (Office 365), Tailwind CSS, and High Contrast. Users can customize any one of these built-in themes or create new themes by either simply overriding SASS variables or using our Theme Studio applic...
import * as React from "react" import { ThemeProvider as NextThemesProvider } from "next-themes" export function ThemeProvider({ children, ...props }: React.ComponentProps<typeof NextThemesProvider>) { return <NextThemesProvider {...props}>{children}</NextThemesProvider> } 25 changes: 25 ad...
tailwindcss@0.3.0 Responsive NavbarBy StefanoRuth The navbar is build in the structure of a bulma navbar component. It includes svg icons for mobile, and is easy to connect with vuejsFork Upvote 2Share React Components Library Material Tailwind Get Started...
Simple customizable navbar component for react-native react-native navbar kureev •2.1.0•7 years ago•16dependents•MITpublished version2.1.0,7 years ago16dependentslicensed under $MIT 1,906 lavalamp Lava Lamp is a JavaScript plugin for menus. It creates a div that moves when you ho...
sticky-component sfc component header navbar jdmnjd •2.0.4•2 months ago•0dependents•MITpublished version2.0.4,2 months ago0dependentslicensed under $MIT 1,999 react-native-navbar Simple customizable navbar component for react-native ...
React Blazor VueToolbar EXPLORE OTHER CONTROLS VIEW DEMOS BUY NOW Overview The Vue Toolbar is a feature-rich component that provides an interface for selecting a command from a collection of commands. Its features include different orientations, responsive modes (scrollable and pop-up), templating...
Fully-responsive NavBar component for landing pages built with Chakra-UI. Check the full tutorial on my blog 👇 reactheadernavbarnavigationbarchakra-uichakraui UpdatedJun 2, 2021 JavaScript A responsive navbar with Dropdowns using AlpineJS and Heroicons build in the TailwindCSS Playground ...
1 1 import type { Config } from "tailwindcss"; 2 + const flowbite = require("flowbite-react/tailwind"); 2 3 3 4 const config: Config = { 4 5 content: [ 6 + // "./node_modules/flowbite-react/lib/**/*.js", 5 7 "./src/pages/**/*.{js,ts,jsx,tsx,mdx}", ...
The Toolbar component is also available in Blazor, React, Angular, JavaScript and Vue frameworks. Check out the Toolbar Diagram platforms from the links below, Blazor Toolbar React Toolbar Angular Toolbar JavaScript Toolbar Vue Toolbar Accessibility...
navbar-css tailwind-css react-ts navigation-component framer-motion Updated Nov 6, 2023 TypeScript catalinafs / NavBar Star 0 Code Issues Pull requests Simple Navigation Bar css html navigation navbar-css navigation-component Updated Sep 21, 2023 CSS Hamza...