- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 38 for system (0.26 sec)
-
docs/spec/contrast.en-US.md
Plain Text - Registered: 2022-06-07 14:58 - Last Modified: 2019-12-28 03:57 - 2.7K bytes - Viewed (0) -
docs/spec/data-entry.en-US.md
- Allow users to get information via context to help completing their input. It avoids users to have wild guesses from the empty input through...
Plain Text - Registered: 2022-06-07 14:58 - Last Modified: 2020-01-20 09:21 - 7K bytes - Viewed (0) -
docs/react/use-in-typescript.en-US.md
> We build `antd` based on latest stable version of TypeScript (`>=4.0.0`), please make sure your project dependency matches it. --- ## Install and Initialization Ensure your system has installed latest version of [yarn](https://yarnpkg.com) or [npm](https://www.npmjs.com/).
Plain Text - Registered: 2022-06-07 14:58 - Last Modified: 2021-09-23 14:13 - 4.9K bytes - Viewed (0) -
components/grid/style/index.less
@import '../../style/themes/index'; @import '../../style/mixins/index'; @import './mixin'; // Grid system .@{row-prefix-cls} { display: flex; flex-flow: row wrap; min-width: 0; &::before, &::after { display: flex; } // No wrap of flex &-no-wrap { flex-wrap: nowrap; } } // x轴原点 .@{row-prefix-cls}-start { justify-content: flex-start; } // x轴居中
Others - Registered: 2022-08-09 14:58 - Last Modified: 2022-07-28 15:15 - 2K bytes - Viewed (0) -
components/style/color/colorPalette.less
/* stylelint-disable no-duplicate-selectors */ @import "bezierEasing"; @import "tinyColor"; // We create a very complex algorithm which take the place of original tint/shade color system // to make sure no one can understand it 👻 // and create an entire color palette magicly by inputing just a single primary color. // We are using bezier-curve easing function and some color manipulations like tint/shade/darken/spin .colorPaletteMixin() {
Others - Registered: 2022-08-02 14:58 - Last Modified: 2022-06-09 07:11 - 2.5K bytes - Viewed (0) -
components/auto-complete/index.en-US.md
Plain Text - Registered: 2022-08-09 14:58 - Last Modified: 2022-06-12 10:29 - 4.3K bytes - Viewed (0) -
components/message/index.en-US.md
- `message.config(options)` - `message.destroy()` > use `message.destroy(key)` to remove a message。 #### message.config > When you use `ConfigProvider` for global configuration, the system will automatically start RTL mode by default.(4.3.0+) > > When you want to use it alone, you can start the RTL mode through the following settings. ```js message.config({ top: 100, duration: 2, maxCount: 3,
Plain Text - Registered: 2022-08-09 14:58 - Last Modified: 2021-06-22 05:33 - 4.5K bytes - Viewed (0) -
docs/react/practical-projects.en-US.md
framework that supports [next.js-like conventional routing](https://umijs.org/docs/convention-routing) and various advanced routing functions, such as [routing-level on-demand loading](https://umijs.org/config#dynamicimport). With a complete [plugin system](https://umijs.org/plugins/api) that covers every life cycle from source code to build product, Umi is able to support various functional extensions and business needs; meanwhile [Umi UI](https://umijs.org/docs/use-umi-ui) is provided to enhance the...
Plain Text - Registered: 2022-06-07 14:58 - Last Modified: 2022-02-16 12:00 - 9.5K bytes - Viewed (0) -
docs/react/recommendation.en-US.md
| Router | [react-router](https://github.com/ReactTraining/react-router) | | Layout | [react-grid-layout](https://github.com/react-grid-layout/react-grid-layout) [react-grid-system](https://github.com/sealninja/react-grid-system) [rc-dock](https://github.com/ticlo/rc-dock) |
Plain Text - Registered: 2022-06-07 14:58 - Last Modified: 2022-05-26 13:57 - 5.8K bytes - Viewed (0) -
components/config-provider/demo/direction.md
Plain Text - Registered: 2022-08-09 14:58 - Last Modified: 2022-07-04 14:09 - 17K bytes - Viewed (0)