Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

pro side nav react rtl

// is collapsed on load
collapsed?: boolean;

// RTL mode
rtl?: boolean;

// is toggled
toggled?: boolean;

// sidebar width
width?: string | number;

// with background image
image?: string;

// classname
className?: string;

// child nodes
children?: React.ReactNode;

// breakpoint
breakPoint?: 'xl' | 'lg' | 'md' | 'sm' | 'xs';

// onToggle function
onToggle?: (value: boolean) => void;
Comment

PREVIOUS NEXT
Code Example
Javascript :: get data from json key with special character 
Javascript :: prisma nested create 
Javascript :: react native picker select placeholder color 
Javascript :: vertical lineal star pattern javascript 
Javascript :: react random string 
Javascript :: populate strapi v4 
Javascript :: joi custom validation read data for all fields 
Javascript :: get html from url in react js 
Javascript :: sum, rest, ..., ...args 
Javascript :: formatting time for ical export 
Javascript :: how to use script tag in javascript 
Javascript :: cefsharp transparent background 
Javascript :: prisma.db firebase 
Javascript :: external routes in nodejs api 
Javascript :: loading indicator react native 
Javascript :: node js delete array element 
Javascript :: d3 js date scatter plot 
Javascript :: temporal date api 
Javascript :: samesite cookies/console.log 
Javascript :: random color by EventListener click 
Javascript :: nodejs mysql escaping query 
Javascript :: devlop 
Javascript :: realtime database get by field 
Javascript :: negative index javascript 
Javascript :: document.querySelectorAll(".preview") + forEach 
Javascript :: angularjs How to add row after the last row in ng2 smart table 
Javascript :: Chrome DevTools - why does variable display in Watch but not under Scope 
Javascript :: Syntax for npx 
Javascript :: the given sign-in provider is disabled for this firebase project 
Javascript :: request submit form 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =