Skip to content

Commit

Permalink
Removed unused class
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Jan 30, 2023
1 parent e15561a commit 9c2e801
Show file tree
Hide file tree
Showing 90 changed files with 90 additions and 90 deletions.
2 changes: 1 addition & 1 deletion pages/accordion/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const AccordionDemo = () => {
<title>React Accordion Component</title>
<meta name="description" content="Accordion groups a collection of contents in tabs." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>Accordion</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/autocomplete/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const AutoCompleteDemo = () => {
<title>React AutoComplete Component</title>
<meta name="description" content="AutoComplete is an input component that provides real-time suggestions while being typed." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>AutoComplete</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/avatar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const AvatarDemo = () => {
<title>React Avatar Component</title>
<meta name="description" content="Avatar represents people using icons, labels and images." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>Avatar</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/badge/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const BadgeDemo = () => {
<title>React Badge Component</title>
<meta name="description" content="Badge is a small status indicator for another element." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>Badge</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/blockui/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const BlockUIDemo = () => {
<title>React BlockUI Component</title>
<meta name="description" content="BlockUI can block certain elements or the whole page." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>BlockUI</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/breadcrumb/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const BreadCrumbDemo = () => {
<title>React BreadCrumb Component</title>
<meta name="description" content="Breadcrumb provides contextual information about page hierarchy." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>Breadcrumb</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/button/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const ButtonDemo = () => {
<title>React Button Component</title>
<meta name="description" content="Button is an extension to standard input element with icons and theming." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>Button</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/calendar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const CalendarDemo = () => {
<title>React Calendar Component</title>
<meta name="description" content="Calendar, also known as DatePicker, is a form component to work with dates." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>Calendar</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/card/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const CardDemo = () => {
<title>React Card Component</title>
<meta name="description" content="Card is a flexible container component." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>Card</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/carousel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const CarouselDemo = () => {
<title>React Carousel Component</title>
<meta name="description" content="Carousel is a content slider featuring various customization options." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>Carousel</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/cascadeselect/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const CascadeSelectDemo = () => {
<title>React CascadeSelect Component</title>
<meta name="description" content="CascadeSelect is a form component to select a value from a nested structure of options." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>CascadeSelect</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/chart/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const ChartDemo = () => {
<title>React Chart Component</title>
<meta name="description" content="Chart components are based on Chart.js, an open source HTML5 based charting library." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>Chart</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/checkbox/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const CheckboxDemo = () => {
<title>React Checkbox Component</title>
<meta name="description" content="Checkbox is an extension to standard checkbox element with theming." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>Checkbox</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/chip/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const ChipDemo = () => {
<title>React Chip Component</title>
<meta name="description" content="Chip represents entities using icons, labels and images." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>Chip</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/chips/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const ChipsDemo = () => {
<title>React Chips Component</title>
<meta name="description" content="Chips is used to enter multiple values on an input field." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>Chips</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/colorpicker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const ColorPickerDemo = () => {
<title>React ColorPicker Component</title>
<meta name="description" content="ColorPicker is an input component to select a color." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>ColorPicker</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/confirmdialog/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const ConfirmDialogDemo = () => {
<title>React Confirmation Dialog Component</title>
<meta name="description" content="ConfirmDialog is an easy to use and customizable Confirmation API using a dialog" />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>ConfirmDialog</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/confirmpopup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const ConfirmPopupDemo = () => {
<title>React Confirmation Popup Component</title>
<meta name="description" content="ConfirmPopup is an easy to use and customizable Confirmation API using a popover." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>ConfirmPopup</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/contextmenu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const ContextMenuDemo = () => {
<meta name="description" content="ContextMenu displays an overlay menu on right click of its target." />
</Head>

<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>ContextMenu</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/datascroller/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const DataScrollerDemo = () => {
<title>React DataScroller Component</title>
<meta name="description" content="DataScroller displays data with on demand loading using scroll." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>DataScroller</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/datatable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ const DataTableDemo = () => {
<title>React Table Component</title>
<meta name="description" content="DataTable displays data in tabular format" />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>DataTable</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/dataview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const DataViewDemo = () => {
<title>React DataView Component</title>
<meta name="description" content="DataView displays data in grid or list layout with pagination and sorting features." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>DataView</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/deferredcontent/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const DeferredContentDemo = () => {
<title>React Deferred Content Component</title>
<meta name="description" content="DeferredContent postpones the loading the content that is initially not in the viewport until it becomes visible on scroll." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>DeferredContent</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/dialog/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const DialogDemo = () => {
<title>React Dialog Component</title>
<meta name="description" content="Dialog is a container to display content in an overlay window." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>Dialog</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/divider/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const DividerDemo = () => {
<title>React Divider Component</title>
<meta name="description" content="Divider is used to separate contents." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>Divider</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/dock/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const DockDemo = () => {
<title>React Dock Component</title>
<meta name="description" content="Dock is a navigation component consisting of menuitems." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>Dock</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/dropdown/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const DropdownDemo = () => {
<title>React Select Component</title>
<meta name="description" content="Dropdown also known as Select, is used to choose an item from a collection of options." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>Dropdown</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const EditorDemo = () => {
<title>React Editor Component</title>
<meta name="description" content="Editor is rich text editor component based on Quill." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>Editor</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/fieldset/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const FieldsetDemo = () => {
<title>React Fieldset Component</title>
<meta name="description" content="Fieldset is a grouping component with a content toggle feature." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>Fieldset</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/fileupload/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const FileUploadDemo = () => {
<title>React Upload Component</title>
<meta name="description" content="FileUpload is an advanced uploader with dragdrop support, multi file uploads, auto uploading, progress tracking and validations." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>FileUpload</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/galleria/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const GalleriaDemo = () => {
<title>React Gallery Component</title>
<meta name="description" content="Galleria is a content gallery component." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>Galleria</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/image/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const ImageDemo = () => {
<title>React Image Component</title>
<meta name="description" content="Displays a single image with preview and tranformation options." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>Image</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/inplace/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const ChipDemo = () => {
<title>React Inplace Component</title>
<meta name="description" content="Inplace provides an easy to do editing and display at the same time where clicking the output displays the actual content." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>Inplace</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/inputgroup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const InputGroupDemo = () => {
<title>React InputGroup Component</title>
<meta name="description" content="Text, icon, buttons and other content can be grouped next to an input." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>InputGroup</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/inputmask/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const InputMaskDemo = () => {
<title>React Mask Component</title>
<meta name="description" content="InputMask component is used to enter input in a certain format such as numeric, date, currency, email and phone." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>InputMask</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/inputnumber/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const InputNumberDemo = () => {
<title>React InputNumber Component</title>
<meta name="description" content="InputNumber is an input component to provide numerical input." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>InputNumber</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/inputswitch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const InputSwitchDemo = () => {
<title>React InputSwitch Component</title>
<meta name="description" content="InputSwitch is used to select a boolean value." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>InputSwitch</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/inputtext/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const InputTextDemo = () => {
<title>React InputText Component</title>
<meta name="description" content="InputText is an extension to standard input element with theming and keyfiltering." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>InputText</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/inputtextarea/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const InputTextareaDemo = () => {
<title>React Textarea Component</title>
<meta name="description" content="InputTextarea adds styling, key filtering and autoResize functionality to standard textarea element." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>InputTextarea</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/keyfilter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const KeyFilterDemo = () => {
<title>React KeyFilter Component</title>
<meta name="description" content="KeyFilter feature restricts user input based on a regular expression." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>KeyFilter</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/knob/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const KnobDemo = () => {
<title>React Knob Component</title>
<meta name="description" content="Knob is a form component to define number inputs with a dial." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>Knob</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/listbox/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const ListBoxDemo = () => {
<title>React ListBox Component</title>
<meta name="description" content="ListBox is used to select one or more values from a list of items." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>ListBox</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/megamenu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const MegaMenuDemo = () => {
<title>React MegaMenu Component</title>
<meta name="description" content="MegaMenu is navigation component that displays submenus together." />
</Head>
<div className="content-section doc">
<div className="doc">
<div className="doc-main">
<div className="doc-intro">
<h1>MegaMenu</h1>
Expand Down
Loading

0 comments on commit 9c2e801

Please sign in to comment.