mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
Misc snippet fixes, removes next from frameworks
This commit is contained in:
parent
4c6ee30644
commit
beb2286abd
@ -1,5 +1,5 @@
|
||||
module.exports = {
|
||||
coreFrameworks: ['react', 'vue', 'angular', 'web-components', 'nextjs'],
|
||||
coreFrameworks: ['react', 'vue', 'angular', 'web-components'],
|
||||
communityFrameworks: ['ember', 'html', 'svelte', 'preact', 'qwik'],
|
||||
featureGroups: [
|
||||
{
|
||||
|
@ -6,7 +6,7 @@ import { Meta } from '@storybook/blocks';
|
||||
|
||||
<Meta title="Button" />
|
||||
|
||||
# Definition
|
||||
# Button
|
||||
|
||||
Button is a clickable interactive element that triggers a response.
|
||||
|
||||
|
@ -8,7 +8,7 @@ import * as ButtonStories from './Button.stories';
|
||||
|
||||
<Meta of={ButtonStories} />
|
||||
|
||||
# Definition
|
||||
# Button
|
||||
|
||||
Button is a clickable interactive element that triggers a response.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
```mdx
|
||||
{/* src/components/Select.mdx */}
|
||||
|
||||
# Definition
|
||||
# Select
|
||||
|
||||
Select is a type of input that allows users to choose one or more options from a list of choices.
|
||||
|
||||
|
@ -14,6 +14,7 @@ export default {
|
||||
options: {},
|
||||
},
|
||||
typescript: {
|
||||
// Overrides the default Typescript configuration to allow multi-package components to be documented via AutoDocs.
|
||||
reactDocgen: 'react-docgen',
|
||||
skipBabel: true,
|
||||
check: false,
|
||||
|
@ -17,6 +17,7 @@ const config: StorybookConfig = {
|
||||
options: {},
|
||||
},
|
||||
typescript: {
|
||||
// Overrides the default Typescript configuration to allow multi-package components to be documented via AutoDocs.
|
||||
reactDocgen: 'react-docgen',
|
||||
skipBabel: true,
|
||||
check: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user