-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop document formaters #2419
Conversation
579c90b
to
082fabf
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-2419.westeurope.2.azurestaticapps.net |
import { Meta } from '@storybook/blocks'; | ||
import { Table, TableHead, TableRow, TableDataCell, TableHeaderCell, TableBody, TableCaption } from "@sb1/ffe-tables-react"; | ||
|
||
<Meta title="Formattering/Formattering" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<Meta title="Formattering/Formattering" /> | |
<Meta title="Komponenter/Formatters/Formattering" /> |
}; | ||
|
||
const meta: Meta<typeof Demo> = { | ||
title: 'Formattering/formatAccountNumber', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: 'Formattering/formatAccountNumber', | |
title: 'Komponenter/Formatters/formatAccountNumber', |
}; | ||
|
||
const meta: Meta<typeof Demo> = { | ||
title: 'Formattering/formatDistance', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: 'Formattering/formatDistance', | |
title: 'Komponenter/Formatters/formatDistance', |
}; | ||
|
||
const meta: Meta<typeof Demo> = { | ||
title: 'Formattering/formatFodselsnummer', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: 'Formattering/formatFodselsnummer', | |
title: 'Komponenter/Formatters/formatFodselsnummer', |
}; | ||
|
||
const meta: Meta<typeof Demo> = { | ||
title: 'Formattering/formatNumber', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: 'Formattering/formatNumber', | |
title: 'Komponenter/Formatters/formatNumber', |
}; | ||
|
||
const meta: Meta<typeof Demo> = { | ||
title: 'Formattering/formatPercentage', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: 'Formattering/formatPercentage', | |
title: 'Komponenter/Formatters/formatPercentage', |
}; | ||
|
||
const meta: Meta<typeof Demo> = { | ||
title: 'Formattering/formatCurrency', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: 'Formattering/formatCurrency', | |
title: 'Komponenter/Formatters/formatCurrency', |
}; | ||
|
||
const meta: Meta<typeof Demo> = { | ||
title: 'Formattering/formatDate', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: 'Formattering/formatDate', | |
title: 'Komponenter/Formatters/formatDate', |
1cb4006
to
11c4b4d
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-2419.westeurope.2.azurestaticapps.net |
1 similar comment
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-2419.westeurope.2.azurestaticapps.net |
11c4b4d
to
a399b03
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-2419.westeurope.2.azurestaticapps.net |
Legger til dokumentasjon før formatering.