erkingonultas deleted the feature/mobile-ui branch November 10, 2024 15:46 erkingonultas restored the feature/mobile-ui branch November 10, 2024 15:47 erkingonultas deleted the feature/mobile-ui branch November 10, 2024 15:47 Sign up for free to join this conversation on GitHub. Already...
Date pickers– UI elements that facilitate the selection of dates from a calendar. Users can typically choose a date by clicking on a specific day, month, and year within the provided interface. Checkboxes– small, interactive elements that allow users to select or deselect options independently. ...
If no theme is provided, components will fall back to a default theme. import React, { Component } from "react"; import logo from "./logo.svg"; import { Button, ThemeProvider, Themes } from "@tkxs/cast-ui"; import "./App.css"; class App extends Component { render() { return (...
packages/components/dropdown/stories/dropdown.stories.tsx Added new story WithFallbackPlacements to showcase dropdown placement options. packages/components/form/CHANGELOG.md Updated changelog for @nextui-org/form to version 2.1.5, reflecting dependency updates. packages/components/form/package.json Upda...
of thetodaydate object are used.today = new Date()returns the current date & time. This means that at any time more that one second into August 9,todayis greater than the summer term end date (2024-08-09 00:00:00) but less than the fall term start date (2024-08-10 00:00:00)...
Closes # 📝 Description ⛳️ Current behavior (updates) 🚀 New behavior 💣 Is this a breaking change (Yes/No): 📝 Additional Information Summary by CodeRabbit Release Notes New Features Enhanced...
Best for fast animated scenarios, this must be implemented by a specific control, not all controls support this, will fallback to 'Image' if anything. /// ImageDoubleBuffered, /// /// The way to go when dealing with images surrounded by shapes etc. /// The cached surface will ...
This also removes the <RouterProvider fallbackElement> prop To migrate, move the fallbackElement to a hydrateFallbackElement/HydrateFallback on your root route Also worth nothing there is a related breaking changer with this future flag: Without future.v7_partialHydration (when using fallbackEl...
Will fallback to simple Bitmap cache type if not possible. If you experience issues using it, switch to Memory cache type. /// GPU, } You should tweak your design caching to avoid unnecessary re-drawing of elements. The basic approach here is to cache small elements at some level. Whe...