All Downloads are FREE. Search and download functionalities are using the official Maven repository.

components.snippets.Pagination.Select.tsx Maven / Gradle / Ivy

The newest version!
import React from 'react'
import classNames from 'classnames'

import { Select as SelectProps } from './constants'

export function Select({ title, onClick, style, className, active, icon, disabled, visible = true }: SelectProps) {
    if (!visible) {
        return null
    }

    return (
        
    )
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy