docs(flex): new tag

This commit is contained in:
07akioni 2024-01-01 15:51:24 +08:00
parent b4bf055b5b
commit da09482f4a
2 changed files with 3 additions and 2 deletions

View File

@ -702,7 +702,8 @@ export function createComponentMenuOptions ({ lang, theme, mode }) {
en: 'Flex',
zh: '弹性布局',
enSuffix: true,
path: '/flex'
path: '/flex',
isNew: true
},
{
en: 'Layout',

View File

@ -1,6 +1,6 @@
# Flex
Usable since `NEXT_VERSION`.
Available since `NEXT_VERSION`.
Frankly saying, it functions similarly to `n-space`. However use `n-flex` if possible.