Skip to content
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

Update component.md #46

Merged
merged 1 commit into from
May 7, 2021
Merged

Update component.md #46

merged 1 commit into from
May 7, 2021

Conversation

jendiamond
Copy link
Member

@jendiamond jendiamond commented May 7, 2021

sketched out components with team

Search

example:

    actionUrl:"", //main search block
    filters: [          // dependent on the page ?
        {
            name: "location",
            filterItems: [
                {
                    name: "Arts Library",
                    queryParam: "artsLib"
                },
                {
                    name: "Bio Med",
                    queryParam: "bioMed"
                },
            ]
        },
        {
            name: "department",
            filterItems: [
                {
                    name: "Science Department",
                    queryParam: "scienceDept"
                },
                {
                    name: "Music Department",
                    queryParam: "musicDept"
                },
            ]
        },
    ]
- note: (each page will have its own list of filters available - from craft - content-types)

Mobile Versions

Mobile nav/menus combine the Primary and Secondary navs
hard code menu items using data()

  • MobileNav
data() {
    primary: [{text, url, target}] ,
    secondary: [{text, url, target}] ,
}

Exhibits & Upcoming Events

note: 2 sizes full width & half page

@pghorpade pghorpade merged commit 698cef4 into main May 7, 2021
COMPONENTS.md Show resolved Hide resolved
@z3cka
Copy link
Contributor

z3cka commented May 14, 2021

Looks like MobileNav is the only one from this list that didn't get created yet.

@jendiamond jendiamond deleted the update-compponent branch June 2, 2021 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants