src.stories.bootstrap.typo.stories.ts Maven / Gradle / Ivy
The newest version!
/*
* SPDX-FileCopyrightText: 2017-2024 Enedis
*
* SPDX-License-Identifier: Apache-2.0
*
*/
import type { Meta } from '@storybook/angular';
const meta: Meta = {
title: "Bootstrap/Typo",
};
export default meta;
export const Head = () => {
return {
template: `
h1. Bootstrap heading
h2. Bootstrap heading
h3. Bootstrap heading
h4. Bootstrap heading
h5. Bootstrap heading
h6. Bootstrap heading
`,
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy